libfdt: move headers to xen/include/xen/libfdt/
authorDavid Vrabel <david.vrabel@citrix.com>
Thu, 22 Mar 2012 14:26:42 +0000 (14:26 +0000)
committerDavid Vrabel <david.vrabel@citrix.com>
Thu, 22 Mar 2012 14:26:42 +0000 (14:26 +0000)
commit48ad5e9e21853e164e20fdc7f01c5da18cb62676
treedbc7af73ea586bc255626318f0b151603002fda8
parent066cfcad02459f6b08f07639e0176c62f4c5b5ca
libfdt: move headers to xen/include/xen/libfdt/

Move the public libfdt headers to xen/include/xen/libfdt/ so CFLAGS
does need to be set to find them.  This requires minor tweaks to one
of the headers imported from upstream.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/common/Makefile
xen/common/device_tree.c
xen/common/libfdt/Makefile
xen/common/libfdt/fdt.h [deleted file]
xen/common/libfdt/libfdt.h [deleted file]
xen/common/libfdt/libfdt_env.h [deleted file]
xen/include/xen/libfdt/fdt.h [new file with mode: 0644]
xen/include/xen/libfdt/libfdt.h [new file with mode: 0644]
xen/include/xen/libfdt/libfdt_env.h [new file with mode: 0644]